
Snake - by Kazi Zubayer Quader (2019)
-------------------------------------

Went through David Winters WORM3 game to write the snake game.

Used Christian Egebergs assembler to convert snake.asm to binary

Used Alexander Dicksons chip8 emulator to test the game.

Known bugs:
1. BCD display


Controls:
---------
8 = Turn Left
9 = Turn Right


NOTE: Game still have some few display bugs